< Prev(J) / Next(K) > / View :

Filename: /text/sbasic/shared/03131000.xhp

(section: getsolarversion) (bookmark: bm_id3157898)
GetSolarVersion function

GetSolarVersion 関数

GetSolarVersion Function [Runtime]
GetSolarVersion 関数 [実行時](hd_id3157898.1)

Returns the internal number of the current Office version.
現行バージョンの Office について、そのインターナルナンバーを返します。(par_id3152801.2)

(/section: getsolarversion)

Syntax:
構文:(hd_id3153311.3)

s = GetSolarVersion
s = GetSolarVersion(par_id3155388.4)

Return value:
戻り値:(hd_id3149514.5)

String
文字列(par_id3148685.6)

Example:
例:(hd_id3143270.7)

Sub ExampleGetSolarVersion
Sub ExampleGetSolarVersion(par_id3148473.8)

Dim sSep As String
Dim sSep As String(par_id3156024.9)

sSep = GetSolarVersion
sSep = GetSolarVersion(par_id3159414.10)

MsgBox sSep,64,"Version number of the solar technology"
MsgBox sSep,64,"Version number of the solar technology"(par_id3148947.11)

End Sub
End Sub(par_id3156344.12)


< Prev / Next >